Vcenter Vm Power Info
Vcenter Vm Power Info
The Vcenter Vm Power Info schema contains information about the power state of a virtual machine.
JSON Example
{
"state": "string",
"clean_power_off": false
}
string
state
Required
Power state of the virtual machine.
For more information see: Vcenter Vm Power State.
boolean
clean_power_off
Optional
Flag indicating whether the virtual machine was powered off cleanly. This property may be used to detect that the virtual machine crashed unexpectedly and should be restarted.
This property is optional and it is only relevant when the value of state is Vcenter Vm Power State.POWERED_OFF.